home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / SEARCH.DIR / 00104.ls < prev    next >
Encoding:
Text File  |  1996-03-11  |  142 b   |  9 lines

  1. on disposeRearWindow
  2.   global rwObj
  3.   if the machineType <> 256 then
  4.     if objectp(rwObj) then
  5.       rwObj(mdispose)
  6.     end if
  7.   end if
  8. end
  9.